Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[refactor] Use python3 new style classes #3290

Merged

Conversation

csordasmarton
Copy link
Contributor

In Python 3 the things are simplified and only new-style classes exist, so we can remove object from the inheritance list.

@csordasmarton csordasmarton added this to the release 6.16.0 milestone Apr 28, 2021
@csordasmarton csordasmarton requested a review from bruntib April 28, 2021 09:23
@csordasmarton csordasmarton requested a review from martong as a code owner April 28, 2021 09:23
Copy link
Contributor

@martong martong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

In Python 3 the things are simplified and only new-style classes exist,
so we can remove `object` from the inheritance list.
@csordasmarton csordasmarton force-pushed the use_python_new_style_classes branch from e962166 to f7804dc Compare May 17, 2021 08:43
@csordasmarton csordasmarton merged commit 9c3a36c into Ericsson:master May 17, 2021
@csordasmarton csordasmarton deleted the use_python_new_style_classes branch January 28, 2022 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants